All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.TextInput

public interface TextInput
This interface wraps the Objective-C protocol NSTextInput *


Method Index

 o conversationIdentifier()
A wrapper for the - conversationIdentifier Objective-C instance method.
 o doCommandBySelector(Selector)
A wrapper for the - doCommandBySelector: Objective-C instance method.
 o hasMarkedText()
A wrapper for the - hasMarkedText Objective-C instance method.
 o insertText(String)
A wrapper for the - insertText: Objective-C instance method.
 o setMarkedTextAndSelectedRange(String, Range)
A wrapper for the - setMarkedText:selectedRange: Objective-C instance method.
 o unmarkText()
A wrapper for the - unmarkText Objective-C instance method.

Methods

 o insertText
 public abstract void insertText(String aString)
A wrapper for the - insertText: Objective-C instance method.

 o doCommandBySelector
 public abstract void doCommandBySelector(Selector aSelector)
A wrapper for the - doCommandBySelector: Objective-C instance method.

 o setMarkedTextAndSelectedRange
 public abstract void setMarkedTextAndSelectedRange(String aString,
                                                    Range selRange)
A wrapper for the - setMarkedText:selectedRange: Objective-C instance method.

 o unmarkText
 public abstract void unmarkText()
A wrapper for the - unmarkText Objective-C instance method.

 o hasMarkedText
 public abstract boolean hasMarkedText()
A wrapper for the - hasMarkedText Objective-C instance method.

 o conversationIdentifier
 public abstract int conversationIdentifier()
A wrapper for the - conversationIdentifier Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index